-
Notifications
You must be signed in to change notification settings - Fork 75
chore(deps): update all non-major dependencies #446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
9c4e39b to
5bfebea
Compare
5bfebea to
7804f68
Compare
7804f68 to
2d975ff
Compare
2d975ff to
0104ff1
Compare
0104ff1 to
8120e32
Compare
8120e32 to
5ec9f5e
Compare
5ec9f5e to
efcb3b7
Compare
efcb3b7 to
1a61aec
Compare
1a61aec to
cf8e7f8
Compare
cf8e7f8 to
2b13cf8
Compare
0fe4182 to
5a33f3d
Compare
5a33f3d to
1ea9fd9
Compare
1ea9fd9 to
571fad0
Compare
571fad0 to
0c78ec8
Compare
0c78ec8 to
1536ad2
Compare
package.json
Outdated
| "posthog-js": "^1.0.0" | ||
| "@types/youtube": "^0.1.2", | ||
| "@unhead/vue": "^2.1.2", | ||
| "posthog-js": "^1.321.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "posthog-js": "^1.321.2" | |
| "posthog-js": "^1.0.0" |
The posthog-js peer dependency constraint changed from ^1.0.0 to ^1.321.2, which is unusually restrictive and appears unintentional given the patch version bump in devDependencies (1.321.1 → 1.321.2).
View Details
Analysis
Overly restrictive posthog-js peer dependency breaks backward compatibility
What fails: The posthog-js peer dependency constraint in package.json was changed from ^1.0.0 to ^1.321.2 (commit 1536ad2), restricting supported versions to 1.321.2+ and rejecting all prior versions (1.0.0-1.321.1) that would previously install.
How to reproduce:
# User has posthog-js 1.200.0 installed (legitimate version under old ^1.0.0 constraint)
npm install @nuxt/scripts
# After update, npm now rejects this version because 1.200.0 does not satisfy ^1.321.2Result: npm/pnpm install fails with: "[email protected] not satisfied by ^1.321.2"
Expected: The peer dependency should remain at ^1.0.0 (or similar permissive constraint) since:
- Code only uses
posthog.init()and basic config options (api_host,capture_pageview,disable_session_recording) available since 1.0.0 - The devDependency update was only a patch bump (1.222.0 → 1.321.2), not a major version requiring API changes
- Peer dependencies should be permissive to maximize compatibility
- Semantic versioning guidance indicates patch/minor version updates within the same major version should be backward compatible
This change appears to be an error from automated dependency update tooling (Renovate) that applied the same pinpoint version to both devDependencies and peerDependencies.
1536ad2 to
f226bbe
Compare
f226bbe to
58cf728
Compare
58cf728 to
dba9d48
Compare
dba9d48 to
d22c12a
Compare
This PR contains the following updates:
3.19.2→3.23.04.0.0→4.3.0^9.1.0→^9.2.0^0.1.0→^0.1.2^2.0.3→^2.1.2v10.0.0→v10.1.1^20.1.0→^20.3.0^0.1.3→^0.2.0^1.0.0→^1.324.1^1.222.0→^1.324.1^1.6.2→^1.6.3^1.17.3→^1.17.4Release Notes
nuxt/test-utils (@nuxt/test-utils)
v3.23.0Compare Source
👉 Changelog
compare changes
🚀 Enhancements
🩹 Fixes
$fetchis not typed asany(1f4754ea9)🏡 Chore
console.log(aef693340)✅ Tests
🤖 CI
❤️ Contributors
v3.22.0Compare Source
👉 Changelog
compare changes
🚀 Enhancements
vitestin separate process (#1524)NuxtPageexists (#1530)🔥 Performance
🩹 Fixes
.syncmethod for syncing route (1148c3cf1)server.depsrather thandeps(2b3c86921)sync()in initial setup (ec555192c)devtools:beforehook instead of direct config check (#1532)rootDir(#1531)💅 Refactors
addCleanup(86b4998bb)📖 Documentation
🏡 Chore
nuxtcli command in preference tonuxi(838ed8b6a)@vitest/uito example (ffaccd8a1)package.jsonnames (417102718)✅ Tests
defaultLocalein i18n test (059988fc3)🤖 CI
knipon pull requests (a94098671)❤️ Contributors
v3.21.0Compare Source
👉 Changelog
compare changes
🚀 Enhancements
onceoption inregisterEndpoint(#1475)🩹 Fixes
$fetch.create(#1471)globalPropertiesin mount + render helpers (#1476)@nuxt/kitv3 for bridge support (#1498)🏡 Chore
globbydependency (eba19d16b)@nuxt/kitfrom peer dependencies (b80ca5ea8)@nuxt/kitas peer dep (5c126e1af)🤖 CI
❤️ Contributors
v3.20.1Compare Source
nuxt/ui (@nuxt/ui)
v4.3.0Compare Source
Features
subprop on content slots (#5609) (b09e6bc)layoutIndependentoption (#4251) (ece0568)separatoroption (#5642) (4e71271)orientationprop (#5632) (b74ec6e)modelModifiersprop (#5559) (a92ee7b)[@source](https://redirect.github.com/source)for nuxt layers (#5630) (de98a72)itemsprop (cb34ca5)insetprop (05bd995)routeroption to disable router (#5213) (b34cf8a)scanPackagesoption (#5510) (4e57139)Bug Fixes
z-index(07147f1)UButtonimport (1b850bb)kind(feb756d)reverseprop under lg screens (#5545) (60b430c)aria-labelto thumb (#5313) (f99ec46)size(e885b0e), closes #4721 #3927v4.2.1Compare Source
Bug Fixes
stopandreloademits (#5400) (736a547)nametype (#5498) (b654a77)#app(#5491) (da8daaa)#build/ui.cssalias (#5499) (d9aadc7)v4.2.0Compare Source
⚠ BREAKING CHANGES
Features
data-slotattributes (#5447) (dd81d46)previewprop (#5443) (2af82e7)scrollableprop (#5306) (240897e)theme.prefixoption (#5341) (7fca5d7)estimateSizeas function (ebc8568)Bug Fixes
leadingslot (#5405) (b61127a)disabledprop (a8f2156), closes #5300locale/dirprops proxy (#5432) (a6efa7a)nestedprop type handling and simplify logic (#5360) (8d5c26f)modelModifiersgeneric (#5361) (5c347af)vue-routerandinertia(637ef58)experimental.componentDetection(5a5ac45)modelValue/defaultValuein vertical orientation (cffaaaa), closes #5392inline-blockclass to icon (#5317) (fc36f69)update:modelValueemit type (#5349) (4cb0638)thbased on column meta (#5418) (620defa)import.meta.env.SSRto supportvite-ssg(#5347) (8f38c04)v4.1.0Compare Source
⚠ BREAKING CHANGES
children-iconprop to usetrailing-iconin input (#4397)Features
variantprop (#5138) (bb4f42c)children-iconprop to usetrailing-iconin input (#4397) (edda8a6)uiin slot props where used (#5207) (63c0a5f)descriptionin items (#5193) (70cf05f)increment/decrementas booleans (#4805) (1858908)experimental.componentDetectionoption (#5222) (f80474c)closemethod in slots (#5176) (53c6508)zoomtransition (#4998) (d502c30)$elfor drag and drop example (#5239) (fcf6117)maxglobal configuration (#5068) (e4c6113)Bug Fixes
imageprop (9632f99), closes #5276activein items (cc8cbf3), closes #4771should-auto-scroll(#5252) (db73765)uiprop type (#5234) (240bc1a)presentationrole (70aaf4a), closes #4945uiprop in prose proxy components (#5205) (d1afe90)divinstead ofmain(2a09ac0), closes #4955uppercaseclass (#5238) (4095c9a)$elinstead ofrootRef(c019f8f), closes #5230 #5162Reverts
v4.0.1Compare Source
Bug Fixes
imgrole (066b8a1), closes #5044parts(ff67fa3)data-orientationfor consistency (a9fe7c6)default-open(22ee075), closes #5112ckbtranslations (#5079) (3ee3a5e)⎋toEsc(#5076) (64d1589)useCookiestub with nuxt's default value handling (#5089) (f531807)unjs/unhead (@unhead/vue)
v2.1.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.1.1Compare Source
No significant changes
View changes on GitHub
v2.1.0Compare Source
🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
v2.0.19Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.0.18Compare Source
🏎 Performance
View changes on GitHub
v2.0.17Compare Source
No significant changes
View changes on GitHub
v2.0.14Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.0.13Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.0.12Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.0.11Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.0.10Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.0.9Compare Source
🏎 Performance
View changes on GitHub
v2.0.8Compare Source
No significant changes
View changes on GitHub
v2.0.7Compare Source
🐞 Bug Fixes
unheadhoisting issue - by @harlan-zw (bb0e4)View changes on GitHub
v2.0.6Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.0.5Compare Source
🐞 Bug Fixes
setTimeoutas render's debounced delayer - by @kricsleo in #540 (8f7c5)View changes on GitHub
v2.0.4Compare Source
🐞 Bug Fixes
View changes on GitHub
actions/stale (actions/stale)
v10.1.1Compare Source
What's Changed
Bug Fix
only-issue-typesby @Bibo-Joshi in #1298Improvement
Dependency Upgrades
New Contributors
Full Changelog: actions/stale@v10...v10.1.1
v10.1.0Compare Source
What's Changed
only-issue-typesoption to filter issues by type by @Bibo-Joshi in #1255New Contributors
Full Changelog: actions/stale@v10...v10.1.0
capricorn86/happy-dom (happy-dom)
v20.3.0Compare Source
v20.2.0Compare Source
🎨 Features
Element.classList.contains()instead of splittingclassNamein query selectors to improve performance as it's cached - By @TrevorBurnham in task #1884v20.1.1Compare Source
nuxtlabs/nuxt-llms (nuxt-llms)
v0.2.0Compare Source
🐞 Bug Fixes
v0.1.4Compare Source
PostHog/posthog-js (posthog-js)
v1.324.1[Comp
Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.